We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After I created a project with the vue cli vue create myTest, I got the error inside of the router.ts file:
vue create myTest
But both types are installed properly: node_modules/@types/jest and node_modules/@types/webpack-env.
node_modules/@types/jest
node_modules/@types/webpack-env
Using Windows 10 with NetBeans 10 and NBTS 3.0.1.
I restarted NetBeans and changed the TypeScript setup from the global installed TS to the local one, nothing helped.
The text was updated successfully, but these errors were encountered:
both types are added to the tsconfig automatically from the vue cli.
Sorry, something went wrong.
No problems with VS Code so far. Ctrl + click on the process variable will jump into webpack-dev/index.d.ts
webpack-dev/index.d.ts
No branches or pull requests
After I created a project with the vue cli
vue create myTest
, I got the error inside of the router.ts file:But both types are installed properly:
node_modules/@types/jest
andnode_modules/@types/webpack-env
.Using Windows 10 with NetBeans 10 and NBTS 3.0.1.
I restarted NetBeans and changed the TypeScript setup from the global installed TS to the local one, nothing helped.
The text was updated successfully, but these errors were encountered: