Skip to content
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

fix build #36

Merged
merged 10 commits into from
Aug 24, 2024
Merged

fix build #36

merged 10 commits into from
Aug 24, 2024

Conversation

sharunkumar
Copy link
Collaborator

No description provided.

@arunsathiya arunsathiya self-requested a review August 24, 2024 05:02
@sharunkumar sharunkumar marked this pull request as ready for review August 24, 2024 05:19
@sharunkumar
Copy link
Collaborator Author

:shipit:

@@ -4,7 +4,7 @@ on:
push:
branches: [main]
workflow_run:
workflows: ["Notion and commit changes"]
workflows: ['Notion and commit changes']
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes are done by the github actions extension formatter

Comment on lines +2 to +8
name: string;
demoLink: string;
tags?: string[];
description?: string;
postLink?: string;
demoLinkRel?: string;
[key: string]: any;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whole project needs to be prettier'd

@arunsathiya arunsathiya merged commit f91a6bc into arunsathiya:main Aug 24, 2024
1 check passed
Copy link
Owner

@arunsathiya arunsathiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing an issue with local dev since including @fastly/js-compute. Do you see the same issue, @sharunkumar, with yarn possibly?

@@ -18,6 +18,7 @@
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fastly/js-compute": "0.5.8",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is problematic in my local dev environment:

yarn && yarn run dev
yarn install v1.22.22
warning package.json: No license field
warning [email protected]: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error @fastly/[email protected]: The engine "node" is incompatible with this module. Expected version "^16 || ^18". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Copy link
Owner

@arunsathiya arunsathiya Aug 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at one of my prior setups from 7 months ago, and this dependency wasn't part of it back then but Fastly's Compute processes were part of the Github workflows.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is problematic in my local dev environment:

yarn && yarn run dev
yarn install v1.22.22
warning package.json: No license field
warning [email protected]: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error @fastly/[email protected]: The engine "node" is incompatible with this module. Expected version "^16 || ^18". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

your local node version is incompatible. use something like https://github.com/Schniz/fnm to manage node versions

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after installing and setting up fnm, run fnm use 18

@sharunkumar sharunkumar deleted the fix-build branch August 24, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants