Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected character '#' #46

Open
FabianoLothor opened this issue May 26, 2019 · 0 comments
Open

Unexpected character '#' #46

FabianoLothor opened this issue May 26, 2019 · 0 comments

Comments

@FabianoLothor
Copy link

FabianoLothor commented May 26, 2019

Error:

./node_modules/npm-install-version/node_modules/npm/bin/npm-cli.js 1:0
Module parse failed: Unexpected character '#' (1:0)
You may need an appropriate loader to handle this file type.
> #!/usr/bin/env node
| ;
|

My Code:

import niv from 'npm-install-version';

niv.install('[email protected]');
niv.install('[email protected]');

const React15 = niv.require('[email protected]');
const React14 = niv.require('[email protected]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant