this post was submitted on 19 Jun 2023
8 points (100.0% liked)
Programming
355 readers
1 users here now
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yarn is an alternative to npm, you shouldn't use them together in the same project.
You should:
This will ensure you're building with the right version of dependencies.
I ended up giving this a go (starting again and instead of doing an npm install, I tried just a yarn install) and I ended up getting this error yarn error with yarn install
When I look into /vendor there's very little in here, that file doesnt exist it seem
missing directory in vendor
Really strange, unsure what exactly I'm missing here now
Ah thanks mate I'll give that a go. When I tried to install yarn the first time it came up with a different error about not finding something. I'll try that way