-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Cannot get or find style.css #2
Comments
I found the CSS file in the vue node-modules.... The css was located in the lib folder.... I fixed this by altering the import statement to direct to the lib folder.... |
Hi @TBSI-Seth, Thank you for reporting the error and the solution. Unfortunately, I have not been able to reproduce the problem. "exports": {
...
". /style.css": ". /lib/style.css"
}, Something in your environment may not support this "subpath exports". If importing "v-network-graph/lib/style.css" fixes the problem, you can use it as is. However, please note that if an environment supports the above "subpath exports", an error will probably occur. |
----EDIT----
I found the CSS file in the vue node-modules.... The css was located in the lib folder.... I fixed this by altering the import statement to direct to the lib folder....
import "v-network-graph/**lib**/style.css"
---ORIGINAL----
the npm install command doesn't pull the style.css file. Likewise, I'm getting an error when trying to pull or even find the style.css file. Where can I find the correct style.css file, should be included in the Repo?
I ran the following npm command successfully.
npm i v-network-graph
I have added the following import and use statements
After running my vue app, I get the following error:
I run the suggested command....
npm install --save v-network-graph/style.css
And get the following error
The text was updated successfully, but these errors were encountered: