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

Does not support org-namespaced packages #12

Open
kumavis opened this issue Sep 23, 2019 · 3 comments
Open

Does not support org-namespaced packages #12

kumavis opened this issue Sep 23, 2019 · 3 comments

Comments

@kumavis
Copy link

kumavis commented Sep 23, 2019

modules org-scoped by name now appear as ./node_modules/@org/package

errors below

{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules/@types/package.json']
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path:
   '/home/xyz/Development/metamask-extension2/node_modules/@types/package.json' }
{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules/@wry/package.json']
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path:
   '/home/xyz/Development/metamask-extension2/node_modules/@wry/package.json' }
{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules/@xtuc/package.json']
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path:
   '/home/xyz/Development/metamask-extension2/node_modules/@xtuc/package.json' }
{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules/@webassemblyjs/package.json']
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path:
   '/home/xyz/Development/metamask-extension2/node_modules/@webassemblyjs/package.json' }
{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules/@zxing/package.json']
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path:
   '/home/xyz/Development/metamask-extension2/node_modules/@zxing/package.json' }
@HansHammel
Copy link
Owner

Not a problem on windows??? More infos please! node version, os, etc...

@amimas
Copy link

amimas commented Aug 10, 2021

I have the same issue. I'm using:

  • OS: macOS Catalina version 10.15.7
  • Node: v16.1.0
  • NPM: 7.11.2
  • Yarn: 1.22.5
[Error: ENOENT: no such file or directory, access '/Users/xyz/project1/node_modules/@babel/package.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/Users/xyz/node_modules/@babel/package.json'
}
[Error: ENOENT: no such file or directory, access '/Users/xyz/project1/node_modules/@eslint/package.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/Users/xyz/project1/node_modules/@eslint/package.json'
}
[Error: ENOENT: no such file or directory, access '/Users/xyz/project1/node_modules/@istanbuljs/package.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/Users/xyz/project1/node_modules/@istanbuljs/package.json'
}
[Error: ENOENT: no such file or directory, access '/Users/xyz/project1/node_modules/@types/package.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/Users/xyz/project1/node_modules/@types/package.json'
}
[Error: ENOENT: no such file or directory, access '/Users/xyz/project1/node_modules/@ungap/package.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'access',
  path: '/Users/xyz/project1/node_modules/@ungap/package.json'
}

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

4 participants
@kumavis @HansHammel @amimas and others