Hi!
Got this issue every time I run 'npm install --save ra-data-json-hal'
After installing, the fetch.js file in node_modules contains this
var _constants = require('../src/constants');
instead of
var _constants = require('./constants');
Seems to be unsynchronized with the npm registry
Hi!
Got this issue every time I run 'npm install --save ra-data-json-hal'
After installing, the fetch.js file in node_modules contains this
var _constants = require('../src/constants');instead of
var _constants = require('./constants');Seems to be unsynchronized with the npm registry