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
I was thinking to use this repo as a dependency for myprofile, But I guess the maintainers don't have to much time to keep the project running/up to date :/
As in salomonelli#385, salomonelli#421 and salomonelli#425, I was able to make this repo work out for me
doing this steps:
```md
I'm still learning VueJS and trying to improve my skills. Yesterday I was able to figure out (after search on the web) on how to make `npm run dev` works.
I've done this steps:
1. ### NPM Update
`npm update`
2. ### NPM install webpack-merge
`npm i webpack-merge`
3. ### Edit package json
```json
"scripts":{
...
"dev": "NODE_OPTIONS='--openssl-legacy-provider' node build/dev-server.js"
...
}
```
After that, I was able to run the server on localhost.
```
I would like to know if this repositoy is still maintained 😶
The text was updated successfully, but these errors were encountered: