Skip to content

Constants require is wrong when npm install #3

@alexmarkelenkov

Description

@alexmarkelenkov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions