You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to test packages locally, it'd be nice to run: ng install some-local-package.tar.gz. Though npm install succeeds with this method, the install process is treating "some-local-package.tar.gz" as the package name, which causes later steps of ng install to fail. Instead, ng install should parse the name from package.json after the package is installed.
The text was updated successfully, but these errors were encountered:
In order to test packages locally, it'd be nice to run:
ng install some-local-package.tar.gz
. Though npm install succeeds with this method, the install process is treating "some-local-package.tar.gz" as the package name, which causes later steps of ng install to fail. Instead,ng install
should parse the name from package.json after the package is installed.The text was updated successfully, but these errors were encountered: