Skip to content

Constants require is wrong when npm install #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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