Skip to content

^4.6.0 is not displaying components properly in website #98

Answered by ashjtan
ashjtan asked this question in Q&A
Discussion options

You must be logged in to vote

manually walking through the remove/install process did the trick. i had to do something like

npm i @square/maker@4.7.0     // to update package.json
npm i --package-lock-only     // to update package-lock.json (mine was not updating automatically)
rm -rf node_modules
npm i

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ashjtan
Comment options

ashjtan Jul 19, 2021
Collaborator Author

Comment options

ashjtan
Jul 19, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by ashjtan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants