-
Notifications
You must be signed in to change notification settings - Fork 12k
Import 3rd Party library with no dependency #1367
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
Comments
I don't know what i changed ... Now i am back to the error "Cannot find module":
|
And i finally came back to the previous error by executing |
I tried Even when I copy it manually, the |
I though my issue was resolved (by a magical conspiracy) because the compiler is able to resolve the module. I just still have a last issue: library files are not copied in my |
Also having this issue - I've added the 3rd party packages to the |
This is also reported in #1405 |
Closed as issue was made obsolete by #1455. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
I am running Mac OSX El Capitan (v10.11.5)
ng --version
. If there's nothing outputted, pleasedo on your code?
I created the app with the cli. Then I installed the
typedjson
package usingnpm install typedjson --save
and also installed typings withtypings install npm:typedjson --save --global
TypedJSON repository
I Followed the 3rd party library installation wiki page. Here are my edited files:
Then I try to import the module in a file:
The result is a error during compilation:
I notice every "member" strings are replaced by "mng". When i try to import
JSONMember
it appears asJSONMng
in the log.I also use
typings
v1.0.0. as global node package.The text was updated successfully, but these errors were encountered: